/* 天枢之本共用样式 */
.ts-ben-bg {
    height: 20vh;
    background-image: url("@/assets/images/ts-ben/ts-ben.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 天枢宣言背景图 */
.bg-declaration {
    width: 100vw;
    height: 80vh;
    /* background-image: url("{pboot:sitetplpath}/images/ts-ben/bg-declaration.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.declaration-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 80px;
}

/* 天枢使命 */
.bg-mission {
    width: 100vw;
    /* height: 20vh; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 天枢精神 */
.bg-spirit {
    width: 100vw;
    /* height: 20vh; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 天枢目标 */
.bg-target {
    width: 100vw;
    /* height: 20vh; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 五大主张 */
.bg-advocate {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 80px;
}

/* 四大方略 */
.bg-plan {
    width: 100vw;
    /* height: 20vh; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.plan {
    font-family: HYRunYuan;
    font-size: 60px;
    color: #353637;
    text-align: center;
    margin: 30px auto;
}
.set-plan-img{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 108px;
    /* padding-bottom: 160px; */
}